home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(16, 1)
- set the memberNum of sprite 16 to the number of member "W-RAP DOWN.PICT"
- updateStage()
- puppetSound("Squishy")
- end
-
- on mouseUp
- set the memberNum of sprite 16 to the number of member "W-RAP UP.PICT"
- updateStage()
- puppetSprite(16, 1)
- SetReturn()
- delay(60)
- puppetSprite(16, 0)
- unloadMember(member "WATER DOWN.PICT", "Squishy")
- if the machineType = 256 then
- alert("To launch demo, run INSTALL.EXE in IQDIGIZINE CD-ROM folder: DEMOS\RAPVDLIV.")
- else
- alert("Sorry, this demo does not run on Macintosh computers.")
- end if
- end
-